home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 34 / PC Gamer IT CD 34 2-2.iso / GNMDEMO / GNM / tnsClient.exe / 0 / RCDATA / TWAITFRM / TWAITFRM.txt
Text File  |  1998-07-02  |  754b  |  39 lines

  1. object WaitFrm: TWaitFrm
  2.   Left = 361
  3.   Top = 268
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Game, Net & Match'
  7.   ClientHeight = 86
  8.   ClientWidth = 271
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClick = FormClick
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnPaint = FormPaint
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object LaWait: TLabel
  23.     Left = 8
  24.     Top = 32
  25.     Width = 261
  26.     Height = 13
  27.     Alignment = taCenter
  28.     AutoSize = False
  29.     Caption = 'LaWait'
  30.     Transparent = True
  31.   end
  32.   object Timer1: TTimer
  33.     Enabled = False
  34.     OnTimer = Timer1Timer
  35.     Left = 20
  36.     Top = 60
  37.   end
  38. end
  39.